complexType RDeviceProfile
diagram AXLSoap_p10206.png
namespace http://www.cisco.com/AXL/API/10.5
children name description product model class protocol protocolSide type userHoldMohAudioSourceId vendorConfig versionStamp traceFlag mlppDomainId mlppIndicationStatus preemption lines numberOfButtons phoneTemplateName speeddials busyLampFields blfDirectedCallParks addOnModules userLocale defaultProfileName currentProfileName loginTime loginDuration singleButtonBarge joinAcrossLines loginUserId ignorePresentationIndicators dndOption dndRingSetting dndStatus emccCallingSearchSpace alwaysUsePrimeLine alwaysUsePrimeLineForVoiceMessage softkeyTemplateName callInfoPrivacyStatus currentConfig services featureControlPolicy
used by
elements GetDeviceProfileRes/return/deviceProfile GetDeviceProfileReq/returnedTags
attributes
Name  Type  Use  Default  Fixed  Annotation
ctiid  xsd:positiveInteger        
uuid  axlapi:XUUID        
source <xsd:complexType name="RDeviceProfile">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="axlapi:UniqueString128" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>The device name,using only URL-friendly characters</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="description" type="axlapi:String128" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Optional description of the device</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="product" type="axlapi:XProduct" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Product ID string. read-only except when creating a device.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="model" type="axlapi:XModel" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Model ID string. Read Only</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="class" type="axlapi:XClass" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Class ID string. Class information is read-only except when creating a device.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="protocol" type="axlapi:XDeviceProtocol" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Protocol option is read-only,except when creating a device.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="protocolSide" type="axlapi:XProtocolSide" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Side information is read-only except when creating a device</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="type" type="xsd:string" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Device profile Type string. Read Only</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="userHoldMohAudioSourceId" type="axlapi:XMOHAudioSourceId" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is not valid for H323Phone,H323trunk and SIPTrunk</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="vendorConfig" type="axlapi:XVendorConfig" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="versionStamp" type="axlapi:String128" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>UUID changed each time device is updated</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="traceFlag" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="mlppDomainId" type="axlapi:String128" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This setting only effects devices that support MLPP. Use -1 to set to null</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="mlppIndicationStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="preemption" type="axlapi:XPreemption" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="lines" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:choice minOccurs="0">
         
<xsd:element name="line" type="axlapi:RPhoneLine" minOccurs="0" maxOccurs="unbounded">
           
<xsd:annotation>
             
<xsd:documentation>An XLine is an entry in the DeviceNumPlanMap table.  The actual directory number is referenced inside the XLine object by the "dirn" or "dirnId" element.</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="lineIdentifier" type="axlapi:RNumplanIdentifier" minOccurs="0" maxOccurs="unbounded">
           
<xsd:annotation>
             
<xsd:documentation>The lineIdentifier is a shorthand method that refers to a particular directory number.</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
       
</xsd:choice>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="numberOfButtons" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="phoneTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="speeddials" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="speeddial" type="axlapi:RSpeeddial" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="busyLampFields" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="busyLampField" type="axlapi:RBusyLampField" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="blfDirectedCallParks" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="blfDirectedCallPark" type="axlapi:RBLFDirectedCallPark" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="addOnModules" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Additional modules attached to the Phone.There can be 0,1 or 2.</xsd:documentation>
     
</xsd:annotation>
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="addOnModule" type="axlapi:RAddOnModule" minOccurs="0" maxOccurs="2"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="userLocale" type="axlapi:XUserLocale" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="defaultProfileName" type="axlapi:String50" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>The name of the default profile for this device.Not Nullable.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="currentProfileName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="loginTime" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Read-only</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="loginDuration" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Read-only</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="singleButtonBarge" type="axlapi:XBarge" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is valid only for devices that support SBB.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="joinAcrossLines" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is valid only for devices that support JAL..</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="loginUserId" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="ignorePresentationIndicators" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>The new Ignore Presentation Indicators flag for Hospitality feature is required for most phones andand device profiles. Not Nullable. </xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="dndOption" type="axlapi:XDNDOption" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is valid only for devices that support DND.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="dndRingSetting" type="axlapi:XRingSetting" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is valid only for devices that support DND.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="dndStatus" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is valid only for devices that support DND.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="emccCallingSearchSpace" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="alwaysUsePrimeLine" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="alwaysUsePrimeLineForVoiceMessage" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="softkeyTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callInfoPrivacyStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="currentConfig" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is valid only for a get deviceprofile response.It contains Extension Mobility related parameters for a device when a user is logged in using a user defined device profile.If no user is logged in,the original device information for these parameters is returned.</xsd:documentation>
     
</xsd:annotation>
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="userHoldMohAudioSourceId" type="axlapi:XMOHAudioSourceId" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="phoneTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="mlppDomainId" type="axlapi:String128" minOccurs="0" maxOccurs="1">
           
<xsd:annotation>
             
<xsd:documentation>This setting only effects devices that support MLPP. Use -1 to set to null</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="mlppIndicationStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
           
<xsd:annotation>
             
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="preemption" type="axlapi:XPreemption" minOccurs="0" maxOccurs="1">
           
<xsd:annotation>
             
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="softkeyTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="ignorePresentationIndicators" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
           
<xsd:annotation>
             
<xsd:documentation>The new Ignore Presentation Indicators flag for Hospitality feature is required for most phones andand device profiles. Not Nullable. </xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="singleButtonBarge" type="axlapi:XBarge" minOccurs="0" maxOccurs="1">
           
<xsd:annotation>
             
<xsd:documentation>This tag is valid only for devices that support SBB.</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="joinAcrossLines" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
           
<xsd:annotation>
             
<xsd:documentation>This tag is valid only for devices that support JAL..</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="callInfoPrivacyStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="dndStatus" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="dndRingSetting" type="axlapi:XRingSetting" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="dndOption" type="axlapi:XDNDOption" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="alwaysUsePrimeLine" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="alwaysUsePrimeLineForVoiceMessage" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="emccCallingSearchSpaceName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="deviceName" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="model" type="axlapi:XModel" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="product" type="axlapi:XProduct" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="deviceProtocol" type="axlapi:XDeviceProtocol" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="class" type="axlapi:XClass" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="addressMode" type="axlapi:XIPAddressingMode" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="allowAutoConfig" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="remoteSrstOption" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="remoteSrstIp" type="axlapi:String15" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="remoteSrstPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="remoteSipSrstIp" type="axlapi:String15" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="remoteSipSrstPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="geolocationInfo" type="axlapi:String2048" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="remoteLocationName" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="services" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="service" type="axlapi:RSubscribedService" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="featureControlPolicy" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is valid only for RT Phones.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="ctiid" type="xsd:positiveInteger"/>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

attribute RDeviceProfile/@ctiid
type xsd:positiveInteger
source <xsd:attribute name="ctiid" type="xsd:positiveInteger"/>

attribute RDeviceProfile/@uuid
type axlapi:XUUID
facets
Kind Value Annotation
pattern \{........-....-....-....-............\}
source <xsd:attribute name="uuid" type="axlapi:XUUID"/>

element RDeviceProfile/name
diagram AXLSoap_p10207.png
type axlapi:UniqueString128
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
annotation
documentation
The device name,using only URL-friendly characters
source <xsd:element name="name" type="axlapi:UniqueString128" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The device name,using only URL-friendly characters</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/description
diagram AXLSoap_p10208.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
annotation
documentation
Optional description of the device
source <xsd:element name="description" type="axlapi:String128" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Optional description of the device</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/product
diagram AXLSoap_p10209.png
type axlapi:XProduct
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Product ID string. read-only except when creating a device.
source <xsd:element name="product" type="axlapi:XProduct" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Product ID string. read-only except when creating a device.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/model
diagram AXLSoap_p10210.png
type axlapi:XModel
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Model ID string. Read Only
source <xsd:element name="model" type="axlapi:XModel" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Model ID string. Read Only</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/class
diagram AXLSoap_p10211.png
type axlapi:XClass
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Class ID string. Class information is read-only except when creating a device.
source <xsd:element name="class" type="axlapi:XClass" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Class ID string. Class information is read-only except when creating a device.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/protocol
diagram AXLSoap_p10212.png
type axlapi:XDeviceProtocol
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Protocol option is read-only,except when creating a device.
source <xsd:element name="protocol" type="axlapi:XDeviceProtocol" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Protocol option is read-only,except when creating a device.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/protocolSide
diagram AXLSoap_p10213.png
type axlapi:XProtocolSide
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Side information is read-only except when creating a device
source <xsd:element name="protocolSide" type="axlapi:XProtocolSide" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Side information is read-only except when creating a device</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/type
diagram AXLSoap_p10214.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Device profile Type string. Read Only
source <xsd:element name="type" type="xsd:string" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Device profile Type string. Read Only</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/userHoldMohAudioSourceId
diagram AXLSoap_p10215.png
type axlapi:XMOHAudioSourceId
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This tag is not valid for H323Phone,H323trunk and SIPTrunk
source <xsd:element name="userHoldMohAudioSourceId" type="axlapi:XMOHAudioSourceId" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is not valid for H323Phone,H323trunk and SIPTrunk</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/vendorConfig
diagram AXLSoap_p10216.png
type axlapi:XVendorConfig
properties
minOcc 0
maxOcc 1
content complex
source <xsd:element name="vendorConfig" type="axlapi:XVendorConfig" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/versionStamp
diagram AXLSoap_p10217.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
annotation
documentation
UUID changed each time device is updated
source <xsd:element name="versionStamp" type="axlapi:String128" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>UUID changed each time device is updated</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/traceFlag
diagram AXLSoap_p10218.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="traceFlag" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/mlppDomainId
diagram AXLSoap_p10219.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
annotation
documentation
This setting only effects devices that support MLPP. Use -1 to set to null
source <xsd:element name="mlppDomainId" type="axlapi:String128" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This setting only effects devices that support MLPP. Use -1 to set to null</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/mlppIndicationStatus
diagram AXLSoap_p10220.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This setting only affects devices that support MLPP.
source <xsd:element name="mlppIndicationStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/preemption
diagram AXLSoap_p10221.png
type axlapi:XPreemption
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This setting only affects devices that support MLPP.
source <xsd:element name="preemption" type="axlapi:XPreemption" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/lines
diagram AXLSoap_p10222.png
properties
minOcc 0
maxOcc 1
content complex
children line lineIdentifier
source <xsd:element name="lines" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:choice minOccurs="0">
     
<xsd:element name="line" type="axlapi:RPhoneLine" minOccurs="0" maxOccurs="unbounded">
       
<xsd:annotation>
         
<xsd:documentation>An XLine is an entry in the DeviceNumPlanMap table.  The actual directory number is referenced inside the XLine object by the "dirn" or "dirnId" element.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="lineIdentifier" type="axlapi:RNumplanIdentifier" minOccurs="0" maxOccurs="unbounded">
       
<xsd:annotation>
         
<xsd:documentation>The lineIdentifier is a shorthand method that refers to a particular directory number.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:choice>
 
</xsd:complexType>
</xsd:element>

element RDeviceProfile/lines/line
diagram AXLSoap_p10223.png
type axlapi:RPhoneLine
properties
minOcc 0
maxOcc unbounded
content complex
children index label display dirn ringSetting consecutiveRingSetting ringSettingIdlePickupAlert ringSettingActivePickupAlert displayAscii e164Mask dialPlanWizardId mwlPolicy maxNumCalls busyTrigger callInfoDisplay recordingProfileName monitoringCssName recordingFlag audibleMwi speedDial partitionUsage associatedEndusers missedCallLogging recordingMediaSource
attributes
Name  Type  Use  Default  Fixed  Annotation
ctiid  xsd:nonNegativeInteger        
uuid  axlapi:XUUID        
annotation
documentation
An XLine is an entry in the DeviceNumPlanMap table.  The actual directory number is referenced inside the XLine object by the "dirn" or "dirnId" element.
source <xsd:element name="line" type="axlapi:RPhoneLine" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>An XLine is an entry in the DeviceNumPlanMap table.  The actual directory number is referenced inside the XLine object by the "dirn" or "dirnId" element.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/lines/lineIdentifier
diagram AXLSoap_p10224.png
type axlapi:RNumplanIdentifier
properties
minOcc 0
maxOcc unbounded
content complex
children directoryNumber routePartitionName
annotation
documentation
The lineIdentifier is a shorthand method that refers to a particular directory number.
source <xsd:element name="lineIdentifier" type="axlapi:RNumplanIdentifier" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>The lineIdentifier is a shorthand method that refers to a particular directory number.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/numberOfButtons
diagram AXLSoap_p10225.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="numberOfButtons" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/phoneTemplateName
diagram AXLSoap_p10226.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="phoneTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/speeddials
diagram AXLSoap_p10227.png
properties
minOcc 0
maxOcc 1
content complex
children speeddial
source <xsd:element name="speeddials" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="speeddial" type="axlapi:RSpeeddial" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RDeviceProfile/speeddials/speeddial
diagram AXLSoap_p10228.png
type axlapi:RSpeeddial
properties
minOcc 0
maxOcc unbounded
content complex
children dirn label index
source <xsd:element name="speeddial" type="axlapi:RSpeeddial" minOccurs="0" maxOccurs="unbounded"/>

element RDeviceProfile/busyLampFields
diagram AXLSoap_p10229.png
properties
minOcc 0
maxOcc 1
content complex
children busyLampField
source <xsd:element name="busyLampFields" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="busyLampField" type="axlapi:RBusyLampField" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RDeviceProfile/busyLampFields/busyLampField
diagram AXLSoap_p10230.png
type axlapi:RBusyLampField
properties
minOcc 0
maxOcc unbounded
content complex
children blfDest blfDirn routePartition label associatedBlfSdFeatures index
source <xsd:element name="busyLampField" type="axlapi:RBusyLampField" minOccurs="0" maxOccurs="unbounded"/>

element RDeviceProfile/blfDirectedCallParks
diagram AXLSoap_p10231.png
properties
minOcc 0
maxOcc 1
content complex
children blfDirectedCallPark
source <xsd:element name="blfDirectedCallParks" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="blfDirectedCallPark" type="axlapi:RBLFDirectedCallPark" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RDeviceProfile/blfDirectedCallParks/blfDirectedCallPark
diagram AXLSoap_p10232.png
type axlapi:RBLFDirectedCallPark
properties
minOcc 0
maxOcc unbounded
content complex
children label directedCallParkId directedCallParkDnAndPartition index
source <xsd:element name="blfDirectedCallPark" type="axlapi:RBLFDirectedCallPark" minOccurs="0" maxOccurs="unbounded"/>

element RDeviceProfile/addOnModules
diagram AXLSoap_p10233.png
properties
minOcc 0
maxOcc 1
content complex
children addOnModule
annotation
documentation
Additional modules attached to the Phone.There can be 0,1 or 2.
source <xsd:element name="addOnModules" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Additional modules attached to the Phone.There can be 0,1 or 2.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="addOnModule" type="axlapi:RAddOnModule" minOccurs="0" maxOccurs="2"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RDeviceProfile/addOnModules/addOnModule
diagram AXLSoap_p10234.png
type axlapi:RAddOnModule
properties
minOcc 0
maxOcc 2
content complex
children loadInformation model index
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:element name="addOnModule" type="axlapi:RAddOnModule" minOccurs="0" maxOccurs="2"/>

element RDeviceProfile/userLocale
diagram AXLSoap_p10235.png
type axlapi:XUserLocale
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="userLocale" type="axlapi:XUserLocale" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/defaultProfileName
diagram AXLSoap_p10236.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 50
annotation
documentation
The name of the default profile for this device.Not Nullable.
source <xsd:element name="defaultProfileName" type="axlapi:String50" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The name of the default profile for this device.Not Nullable.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/currentProfileName
diagram AXLSoap_p10237.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="currentProfileName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/loginTime
diagram AXLSoap_p10238.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Read-only
source <xsd:element name="loginTime" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Read-only</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/loginDuration
diagram AXLSoap_p10239.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Read-only
source <xsd:element name="loginDuration" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Read-only</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/singleButtonBarge
diagram AXLSoap_p10240.png
type axlapi:XBarge
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This tag is valid only for devices that support SBB.
source <xsd:element name="singleButtonBarge" type="axlapi:XBarge" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is valid only for devices that support SBB.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/joinAcrossLines
diagram AXLSoap_p10241.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This tag is valid only for devices that support JAL..
source <xsd:element name="joinAcrossLines" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is valid only for devices that support JAL..</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/loginUserId
diagram AXLSoap_p10242.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="loginUserId" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/ignorePresentationIndicators
diagram AXLSoap_p10243.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
The new Ignore Presentation Indicators flag for Hospitality feature is required for most phones andand device profiles. Not Nullable.
source <xsd:element name="ignorePresentationIndicators" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The new Ignore Presentation Indicators flag for Hospitality feature is required for most phones andand device profiles. Not Nullable. </xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/dndOption
diagram AXLSoap_p10244.png
type axlapi:XDNDOption
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This tag is valid only for devices that support DND.
source <xsd:element name="dndOption" type="axlapi:XDNDOption" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is valid only for devices that support DND.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/dndRingSetting
diagram AXLSoap_p10245.png
type axlapi:XRingSetting
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This tag is valid only for devices that support DND.
source <xsd:element name="dndRingSetting" type="axlapi:XRingSetting" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is valid only for devices that support DND.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/dndStatus
diagram AXLSoap_p10246.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
This tag is valid only for devices that support DND.
source <xsd:element name="dndStatus" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is valid only for devices that support DND.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/emccCallingSearchSpace
diagram AXLSoap_p10247.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="emccCallingSearchSpace" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/alwaysUsePrimeLine
diagram AXLSoap_p10248.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="alwaysUsePrimeLine" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/alwaysUsePrimeLineForVoiceMessage
diagram AXLSoap_p10249.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="alwaysUsePrimeLineForVoiceMessage" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/softkeyTemplateName
diagram AXLSoap_p10250.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="softkeyTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/callInfoPrivacyStatus
diagram AXLSoap_p10251.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="callInfoPrivacyStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig
diagram AXLSoap_p10252.png
properties
minOcc 0
maxOcc 1
content complex
children userHoldMohAudioSourceId phoneTemplateName mlppDomainId mlppIndicationStatus preemption softkeyTemplateName ignorePresentationIndicators singleButtonBarge joinAcrossLines callInfoPrivacyStatus dndStatus dndRingSetting dndOption alwaysUsePrimeLine alwaysUsePrimeLineForVoiceMessage emccCallingSearchSpaceName deviceName model product deviceProtocol class addressMode allowAutoConfig remoteSrstOption remoteSrstIp remoteSrstPort remoteSipSrstIp remoteSipSrstPort geolocationInfo remoteLocationName
annotation
documentation
This tag is valid only for a get deviceprofile response.It contains Extension Mobility related parameters for a device when a user is logged in using a user defined device profile.If no user is logged in,the original device information for these parameters is returned.
source <xsd:element name="currentConfig" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is valid only for a get deviceprofile response.It contains Extension Mobility related parameters for a device when a user is logged in using a user defined device profile.If no user is logged in,the original device information for these parameters is returned.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="userHoldMohAudioSourceId" type="axlapi:XMOHAudioSourceId" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="phoneTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="mlppDomainId" type="axlapi:String128" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>This setting only effects devices that support MLPP. Use -1 to set to null</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="mlppIndicationStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="preemption" type="axlapi:XPreemption" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="softkeyTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="ignorePresentationIndicators" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>The new Ignore Presentation Indicators flag for Hospitality feature is required for most phones andand device profiles. Not Nullable. </xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="singleButtonBarge" type="axlapi:XBarge" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>This tag is valid only for devices that support SBB.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="joinAcrossLines" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>This tag is valid only for devices that support JAL..</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="callInfoPrivacyStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="dndStatus" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="dndRingSetting" type="axlapi:XRingSetting" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="dndOption" type="axlapi:XDNDOption" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="alwaysUsePrimeLine" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="alwaysUsePrimeLineForVoiceMessage" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="emccCallingSearchSpaceName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="deviceName" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="model" type="axlapi:XModel" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="product" type="axlapi:XProduct" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="deviceProtocol" type="axlapi:XDeviceProtocol" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="class" type="axlapi:XClass" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="addressMode" type="axlapi:XIPAddressingMode" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="allowAutoConfig" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="remoteSrstOption" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="remoteSrstIp" type="axlapi:String15" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="remoteSrstPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="remoteSipSrstIp" type="axlapi:String15" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="remoteSipSrstPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="geolocationInfo" type="axlapi:String2048" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="remoteLocationName" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RDeviceProfile/currentConfig/userHoldMohAudioSourceId
diagram AXLSoap_p10253.png
type axlapi:XMOHAudioSourceId
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="userHoldMohAudioSourceId" type="axlapi:XMOHAudioSourceId" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/phoneTemplateName
diagram AXLSoap_p10254.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="phoneTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/mlppDomainId
diagram AXLSoap_p10255.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
annotation
documentation
This setting only effects devices that support MLPP. Use -1 to set to null
source <xsd:element name="mlppDomainId" type="axlapi:String128" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This setting only effects devices that support MLPP. Use -1 to set to null</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/currentConfig/mlppIndicationStatus
diagram AXLSoap_p10256.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This setting only affects devices that support MLPP.
source <xsd:element name="mlppIndicationStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/currentConfig/preemption
diagram AXLSoap_p10257.png
type axlapi:XPreemption
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This setting only affects devices that support MLPP.
source <xsd:element name="preemption" type="axlapi:XPreemption" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/currentConfig/softkeyTemplateName
diagram AXLSoap_p10258.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="softkeyTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/ignorePresentationIndicators
diagram AXLSoap_p10259.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
The new Ignore Presentation Indicators flag for Hospitality feature is required for most phones andand device profiles. Not Nullable.
source <xsd:element name="ignorePresentationIndicators" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The new Ignore Presentation Indicators flag for Hospitality feature is required for most phones andand device profiles. Not Nullable. </xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/currentConfig/singleButtonBarge
diagram AXLSoap_p10260.png
type axlapi:XBarge
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This tag is valid only for devices that support SBB.
source <xsd:element name="singleButtonBarge" type="axlapi:XBarge" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is valid only for devices that support SBB.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/currentConfig/joinAcrossLines
diagram AXLSoap_p10261.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This tag is valid only for devices that support JAL..
source <xsd:element name="joinAcrossLines" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is valid only for devices that support JAL..</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/currentConfig/callInfoPrivacyStatus
diagram AXLSoap_p10262.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="callInfoPrivacyStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/dndStatus
diagram AXLSoap_p10263.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="dndStatus" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/dndRingSetting
diagram AXLSoap_p10264.png
type axlapi:XRingSetting
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="dndRingSetting" type="axlapi:XRingSetting" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/dndOption
diagram AXLSoap_p10265.png
type axlapi:XDNDOption
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="dndOption" type="axlapi:XDNDOption" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/alwaysUsePrimeLine
diagram AXLSoap_p10266.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="alwaysUsePrimeLine" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/alwaysUsePrimeLineForVoiceMessage
diagram AXLSoap_p10267.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="alwaysUsePrimeLineForVoiceMessage" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/emccCallingSearchSpaceName
diagram AXLSoap_p10268.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="emccCallingSearchSpaceName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/deviceName
diagram AXLSoap_p10269.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="deviceName" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/model
diagram AXLSoap_p10270.png
type axlapi:XModel
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="model" type="axlapi:XModel" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/product
diagram AXLSoap_p10271.png
type axlapi:XProduct
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="product" type="axlapi:XProduct" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/deviceProtocol
diagram AXLSoap_p10272.png
type axlapi:XDeviceProtocol
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="deviceProtocol" type="axlapi:XDeviceProtocol" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/class
diagram AXLSoap_p10273.png
type axlapi:XClass
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="class" type="axlapi:XClass" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/addressMode
diagram AXLSoap_p10274.png
type axlapi:XIPAddressingMode
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="addressMode" type="axlapi:XIPAddressingMode" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/allowAutoConfig
diagram AXLSoap_p10275.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="allowAutoConfig" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/remoteSrstOption
diagram AXLSoap_p10276.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="remoteSrstOption" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/remoteSrstIp
diagram AXLSoap_p10277.png
type axlapi:String15
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 15
source <xsd:element name="remoteSrstIp" type="axlapi:String15" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/remoteSrstPort
diagram AXLSoap_p10278.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="remoteSrstPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/remoteSipSrstIp
diagram AXLSoap_p10279.png
type axlapi:String15
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 15
source <xsd:element name="remoteSipSrstIp" type="axlapi:String15" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/remoteSipSrstPort
diagram AXLSoap_p10280.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="remoteSipSrstPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/geolocationInfo
diagram AXLSoap_p10281.png
type axlapi:String2048
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 2048
source <xsd:element name="geolocationInfo" type="axlapi:String2048" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/remoteLocationName
diagram AXLSoap_p10282.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="remoteLocationName" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/services
diagram AXLSoap_p10283.png
properties
minOcc 0
maxOcc 1
content complex
children service
source <xsd:element name="services" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="service" type="axlapi:RSubscribedService" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RDeviceProfile/services/service
diagram AXLSoap_p10284.png
type axlapi:RSubscribedService
properties
minOcc 0
maxOcc unbounded
content complex
children telecasterServiceName name url urlButtonIndex urlLabel serviceNameAscii phoneService phoneServiceCategory vendor version priority
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:element name="service" type="axlapi:RSubscribedService" minOccurs="0" maxOccurs="unbounded"/>

element RDeviceProfile/featureControlPolicy
diagram AXLSoap_p10285.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
annotation
documentation
This tag is valid only for RT Phones.
source <xsd:element name="featureControlPolicy" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is valid only for RT Phones.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy